Description
Read Metadata From binary to Context for a given input blob and given metadata to inject into the Operation context (if not specified, all metadata will be injected)
Operation id | Context.SetMetadataFromBlob |
Aliases | Context.ReadMetadataFromBinary
|
Category | Execution Context |
Label | Read Metadata From Binary to Context |
Requires | |
Since | 7.1 |
Parameters
Signature
Implementation Information
Implementation Class |
Class:
org.nuxeo.binary.metadata.internals.operations.ReadMetadataFromBinaryToContext
|
Contributing Component |
org.nuxeo.binary.metadata
|
JSON Definition
{
"id" : "Context.SetMetadataFromBlob",
"aliases" : [ "Context.ReadMetadataFromBinary" ],
"label" : "Read Metadata From Binary to Context",
"category" : "Execution Context",
"requires" : null,
"description" : "Read Metadata From binary to Context for a given input blob and given metadata to inject into the Operation context (if not specified, all metadata will be injected) ",
"since" : "7.1",
"url" : "Context.SetMetadataFromBlob",
"signature" : [ "blob", "void" ],
"params" : [ {
"name" : "ignorePrefix",
"description" : "Ignore metadata prefixes or not",
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "metadata",
"description" : "Metadata list to filter on the blob.",
"type" : "stringlist",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "processor",
"description" : "The processor to execute for overriding the input blob.",
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}